home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / misc / emu / bbtools1_1.lha / WhyUseJDisk < prev    next >
Text File  |  1995-06-06  |  2KB  |  35 lines

  1.  
  2.  Talking with other BridgeBoard users I have found that some of them have
  3. avoided using JDisks. Partly some have been misled by the BB manual into
  4. thinking that if they don't unlink the JDisk after using it, they will
  5. corrupt it or won't be able to get rid of it. This isn't the case. Once
  6. you do a reboot, it can be relinked or deleted. Most of the time I never
  7. even bother to unlink it when Iam finished using it.
  8.  
  9.  Another complaint I've heard was that the harddisk based JDisk was too
  10. slow. The secret of using harddrive based JDisks is to use a large number
  11. of disk buffers (500->800). These can be added by using the AddBuffers
  12. command (eg. AddBuffers dh1: 600). You could add this statement to your
  13. startup sequence or just issue the command from CLI when you need it.
  14.  
  15.  I have found that the big advantage of using JDisks is that I can setup an
  16. Amiga type CLI environment on the BB. I can make a JDisk in Amiga RAM: and
  17. link it to the PC, say to drive D:. Then I can go to drive D: on the PC
  18. and be operating in a RAM disk environment. Since JDisks can easily be made
  19. of any size, they are much more flexible than PC RAM drives and you don't
  20. have to alter config.sys to create them. Also, since you are using Amiga
  21. memory, you don't lose any PC memory like you would if you created a RAM
  22. drive on the PC. I have found that using the Amiga memory via JDisks is
  23. almost as fast as using PC memory.
  24.  
  25.   I usually create the JDisk in recoverable ram (in my case VD0:). This way
  26. if the PC crashes, I can do a reset, relink to it to the Amiga recoverable
  27. ram and not lose anything. I have also found them to be  useful when running
  28. programs on the PC that insist on writing to your harddisk before they
  29. will run. I just direct them to the JDisk. Using MakeJD, ReadJD and WriteJD
  30. makes it very easy to create JDisks and transfer data between the Amiga
  31. and the PC. So if you have been avoiding JDisks, give them a try, you might
  32. find that they can really enhance your PC computing.
  33.  
  34.  Milt
  35.